Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upstream updates by jbaldivieso #11

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Conversation

tian2992
Copy link

@tian2992 tian2992 commented Sep 9, 2018

No description provided.

jbaldivieso and others added 11 commits October 21, 2016 13:21
That is, if a preference for CDC data isn't indicated (which also
covers that range).
That is, an age of 60.1 months should resolve to a table for 0-5 year
olds, not a 5-x table.
Source: http://www.who.int/growthref/who2007_weight_for_age/en/

(In the process, simplify (for readability) the logic for resolving the
WFA tables.)
Sample usage:
    calc = pygrowup.Calculator()
    calc.acfa(measurement=12.5,
              age_in_months=47,
              sex="F",
              )
Alternatively, there's an alias:
    calc.muacfa(measurement=12.5,
                age_in_months=47,
                sex="F",
                )

Source: http://www.who.int/childgrowth/standards/ac_for_age/en/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants